home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Quarterly
/
The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso
/
pc
/
demos
/
az
/
cyberx.dxr
/
00079_BOTON CONSOLADOR 3.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-06
|
326 b
|
18 lines
on mouseDown
global Tabcajas, num_caja
set num_caja to 11
if getAt(Tabcajas, num_caja) then
repeat while the mouseDown
pon_cursor(3, 3)
end repeat
end if
end
on mouseUp
global Tabcajas, num_caja, objeto_nik
set num_caja to 11
if getAt(Tabcajas, num_caja) then
set objeto_nik to 3
end if
end